home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / man / RCS / config,v < prev    next >
Encoding:
Text File  |  1991-12-05  |  5.2 KB  |  260 lines

  1. head     1.12;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    jhh:1.12; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.12
  10. date     91.11.15.13.02.19;  author shirriff;  state Exp;
  11. branches ;
  12. next     1.11;
  13.  
  14. 1.11
  15. date     91.11.15.12.52.27;  author shirriff;  state Exp;
  16. branches ;
  17. next     1.10;
  18.  
  19. 1.10
  20. date     91.11.15.12.52.08;  author shirriff;  state Exp;
  21. branches ;
  22. next     1.9;
  23.  
  24. 1.9
  25. date     90.12.07.09.03.39;  author ouster;  state Exp;
  26. branches ;
  27. next     1.8;
  28.  
  29. 1.8
  30. date     89.11.10.11.49.26;  author douglis;  state Exp;
  31. branches ;
  32. next     1.7;
  33.  
  34. 1.7
  35. date     89.01.13.16.50.32;  author ouster;  state Exp;
  36. branches ;
  37. next     1.6;
  38.  
  39. 1.6
  40. date     89.01.11.14.27.49;  author ouster;  state Exp;
  41. branches ;
  42. next     1.5;
  43.  
  44. 1.5
  45. date     88.12.31.16.09.11;  author ouster;  state Exp;
  46. branches ;
  47. next     1.4;
  48.  
  49. 1.4
  50. date     88.12.31.14.18.41;  author ouster;  state Exp;
  51. branches ;
  52. next     1.3;
  53.  
  54. 1.3
  55. date     88.12.30.11.08.03;  author ouster;  state Exp;
  56. branches ;
  57. next     1.2;
  58.  
  59. 1.2
  60. date     88.12.28.17.13.31;  author ouster;  state Exp;
  61. branches ;
  62. next     1.1;
  63.  
  64. 1.1
  65. date     88.12.23.17.22.13;  author ouster;  state Exp;
  66. branches ;
  67. next     ;
  68.  
  69.  
  70. desc
  71. @@
  72.  
  73.  
  74. 1.12
  75. log
  76. @Made misc. library man page directory
  77. @
  78. text
  79. @#
  80. # This is the main configuration file used by Sprite's "man" program.
  81. # Each line contains several fields separated by spaces:
  82. #
  83. # First field:        Name of directory that contains man page sources.
  84. # Second field:        Name of directory that contains formatted man pages
  85. #            corresponding to those in source directory ("-"
  86. #            means that no formatted versions are to be kept for
  87. #            these man pages;  reformat each time they're needed).
  88. # Additional fields:    Any number of keywords:  if one of these is typed
  89. #            on the command line as a "section", then this
  90. #            directory will be checked.  The first of these fields
  91. #            is considered to be the official section name for the
  92. #            directory;  it is printed in "man -k" output.
  93. #            If the word "ALL" appears, this means all files
  94. #            should be examined, not just *.man
  95. # Directories will be checked in the order they are listed here
  96.  
  97. .            -            local
  98. /sprite/man/cmds    /sprite/man/cmds.fmt    cmds 1 1l 1n 1o
  99. /X11/R4/man/cmds    /X11/R4/man/cmds.fmt    x cmds 1
  100. /X11/R4/man/lib/Xlib    /X11/R4/man/lib.fmt/Xlib    x lib 3
  101. /X11/R4/man/lib/Xt    /X11/R4/man/lib.fmt/Xt    x lib 3
  102. /sprite/man/lib/c    /sprite/man/lib.fmt/c    lib lib/c 2 3 3s 3x 3n 3c
  103. /sprite/man/lib/m    /sprite/man/lib.fmt/m    lib lib/m 3 3m
  104. /sprite/man/lib/sunrpc    /sprite/man/lib.fmt/sunrpc    lib lib/sunrpc 3 sunrpc
  105. /sprite/man/lib/tcl    /sprite/man/lib.fmt/tcl    lib lib/tcl tcl 3
  106. /sprite/man/lib/tk    /sprite/man/lib.fmt/tk    lib lib/tk tk 3
  107. /sprite/man/lib/misc    /sprite/man/lib.fmt/misc    lib 3
  108. /local/man/cmds        /local/man/cmds.fmt    local
  109. /sprite/man/dev        /sprite/man/dev.fmt    dev 4
  110. /sprite/man/files    /sprite/man/files.fmt    files 5
  111. /sprite/man/admin       /sprite/man/admin.fmt   admin 8
  112. /sprite/man/daemons    -            daemons admin files 5
  113. /ultrix/man/cmds    /ultrix/man/cmds.fmt    cmds 1
  114. /usr/sww/man/man1    /usr/sww/man/cat1    1 ALL
  115. /usr/sww/man/man2    /usr/sww/man/cat2    2 ALL
  116. /usr/sww/man/man3    /usr/sww/man/cat3    3 ALL
  117. /usr/sww/man/man4    /usr/sww/man/cat4    4 ALL
  118. /usr/sww/man/man5    /usr/sww/man/cat5    5 ALL
  119. /usr/sww/man/man6    /usr/sww/man/cat6    6 ALL
  120. /usr/sww/man/man7    /usr/sww/man/cat7    7 ALL
  121. /usr/sww/man/man8    /usr/sww/man/cat8    8 ALL
  122. /usr/sww/man/manl    /usr/sww/man/catl    l ALL
  123. /usr/sww/man/mann    /usr/sww/man/catn    n ALL
  124. /usr/sww/X11/man/man1    /usr/sww/X11/man/cat1    1 ALL
  125. /usr/sww/X11/man/man2    /usr/sww/X11/man/cat2    2 ALL
  126. /usr/sww/X11/man/man3    /usr/sww/X11/man/cat3    3 ALL
  127. /usr/sww/X11/man/man4    /usr/sww/X11/man/cat4    4 ALL
  128. /usr/sww/X11/man/man5    /usr/sww/X11/man/cat5    5 ALL
  129. /usr/sww/X11/man/man6    /usr/sww/X11/man/cat6    6 ALL
  130. /usr/sww/X11/man/man7    /usr/sww/X11/man/cat7    7 ALL
  131. /usr/sww/X11/man/man8    /usr/sww/X11/man/cat8    8 ALL
  132. /usr/sww/X11/man/manl    /usr/sww/X11/man/catl    l ALL
  133. /usr/sww/X11/man/mann    /usr/sww/X11/man/catn    n ALL
  134. @
  135.  
  136.  
  137. 1.11
  138. log
  139. @Added software warehouse man directories
  140. @
  141. text
  142. @d29 1
  143. a29 1
  144. /sprite/man/lib        /sprite/man/lib.fmt    lib 3
  145. @
  146.  
  147.  
  148. 1.10
  149. log
  150. @Added various man directories.
  151. @
  152. text
  153. @d15 2
  154. d36 20
  155. @
  156.  
  157.  
  158. 1.9
  159. log
  160. @Added X11 R4 commands and libraries to search path.
  161. @
  162. text
  163. @d26 3
  164. d32 2
  165. @
  166.  
  167.  
  168. 1.8
  169. log
  170. @added X11R3
  171. @
  172. text
  173. @d19 3
  174. a21 2
  175. /X11R3/man/cmds        /X11R3/man/cmds.fmt    x cmds 1
  176. /X/man/cmds        /X/man/cmds.fmt        x cmds 1
  177. @
  178.  
  179.  
  180. 1.7
  181. log
  182. @Documentation update.
  183. @
  184. text
  185. @d19 1
  186. @
  187.  
  188.  
  189. 1.6
  190. log
  191. @Added new directories to check, including ".".
  192. @
  193. text
  194. @d12 3
  195. a14 1
  196. #            directory will be checked.
  197. @
  198.  
  199.  
  200. 1.5
  201. log
  202. @Added sunrpc library.
  203. @
  204. text
  205. @d7 3
  206. a9 1
  207. #            corresponding to those in source directory.
  208. d15 1
  209. d22 3
  210. @
  211.  
  212.  
  213. 1.4
  214. log
  215. @Add tcl entry.
  216. @
  217. text
  218. @d17 1
  219. @
  220.  
  221.  
  222. 1.3
  223. log
  224. @Added entry for X commands.
  225. @
  226. text
  227. @d13 5
  228. a17 4
  229. /sprite/man/cmds /sprite/man/cmds.fmt    cmds 1 1l 1n 1o
  230. /X/man/cmds /X/man/cmds.fmt        x cmds 1
  231. /sprite/man/lib/c /sprite/man/lib.fmt/c    lib lib/c 2 3 3s 3x 3n 3c
  232. /sprite/man/lib/m /sprite/man/lib.fmt/m    lib lib/m 3 3m
  233. @
  234.  
  235.  
  236. 1.2
  237. log
  238. @Initial version complete now.
  239. @
  240. text
  241. @d14 1
  242. @
  243.  
  244.  
  245. 1.1
  246. log
  247. @Initial revision
  248. @
  249. text
  250. @d5 2
  251. a6 2
  252. # First field:        Name of directory, which contains man page sources.
  253. # Second field:        Name of directory, which contains formatted man pages
  254. d13 3
  255. a15 3
  256. /sprite/man/cmds /sprite/man/formatted/cmds    cmds 1 1l 1n 1o
  257. /sprite/man/lib/c /sprite/man/formatted/lib/c    lib lib/c 2 3 3s 3x 3n 3c
  258. /sprite/man/lib/m /sprite/man/formatted/lib/m    lib lib/m 3 3m
  259. @
  260.